-
Notifications
You must be signed in to change notification settings - Fork 14.3k
MINOR: add SCRAM for security_rolling_upgrade #18368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
@@ -842,8 +842,7 @@ def start_node(self, node, timeout_sec=60, **kwargs): | |||
self.close_port(controller_listener) | |||
|
|||
self.security_config.setup_node(node) | |||
if self.quorum_info.using_zk or self.quorum_info.has_brokers: # TODO: SCRAM currently unsupported for controller quorum | |||
self.maybe_setup_broker_scram_credentials(node) | |||
self.maybe_setup_broker_scram_credentials(node) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this method will call maybe_setup_broker_scram_credentials
to use zk connection. Is it safe if the e2e is under kraft?
As title
Committer Checklist (excluded from commit message)